home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / console / svgatext.3 / svgatext / SVGATextMode-1.3 / contrib / consoletools / README < prev    next >
Encoding:
Text File  |  1996-02-06  |  1.3 KB  |  39 lines

  1.  
  2. spawn_login:
  3.  
  4.        A small utility by Andries Brouwer (aeb@cwi.nl) (the author of the
  5.        VT_RESIZE kernel routine!), that can spawn login consoles by pressing
  6.        "ALT-<up_arrow>". Putting
  7.        
  8.                spawn_login &
  9.        
  10.        in your /etc/rc.local enabled it when linux boots. This allows you to
  11.        have only 2 VT's active at boot-up time (just an example), and create
  12.        new ones on the fly. They are automatically removed when logging out
  13.        from that console.
  14.  
  15.        The real advantage of this is that VT_RESIZE will not get an "out of
  16.        memory" so soon, since there will not be that many ACTIVE VT's (all
  17.        non-spawned VT's are not active, and do not need resizing, and thus
  18.        don't require memory when resizing the screen).
  19.  
  20. setcolor:
  21.  
  22.     is a simple test/demo I wrote, to be adapted later into a
  23.         replacement for my current color-setting program. It speaks for
  24.         itself.
  25.  
  26.         Note:
  27.         It needs at least an 1.3.x kernel for the PIO_CMAP call. It will not
  28.         compile, nor run on 1.2.13 or older kernels!
  29.  
  30. gettext_settext_demo.c
  31.  
  32.     demo program of Borland C derived gettext() and puttext() functions,
  33.     using the /dev/vcsa[] devices.
  34.     
  35. dscrn.c
  36.     
  37.     A screen capture program using /dev/vcs[] devices. 
  38.     
  39.